home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 11 / CU Amiga Magazine's Super CD-ROM 11 (1997)(EMAP Images)(GB)(Track 1 of 3)[!][issue 1997-06].iso / propage / genies / frenchgenies / bugs-modifications-others next >
Text File  |  1993-08-03  |  5KB  |  111 lines

  1. Bugs found, Modification made, Questions, Suggestions I have :
  2.  
  3. BoîtesAvantArrière :
  4. M : - line 75 : if the requester is canceled then it exits
  5. M : - line 86 : added this line to avoid having a blank string gadget.
  6.  
  7. EncadreBoîte :
  8. M : - line 128 & 129 : test if wireframe on/off, if on tells the user to
  9.       put it off.
  10.  
  11. BorduresObjetsComplexes :
  12. B : - line 45 : "if box = 0 ..." should be "if mainbox = 0 ..."
  13. M : - line 45 : "if mainbox=0 ..."
  14. M : - line 83 : if no boxes for pattern and for corners then exits
  15. B : - I can only describe how I obtain it. Draw about 30 boxes on a new
  16.       document. Then keep the 3 first and the 4 last for example. Then run
  17.       the Genie. Select one of the last drawed boxes + ok, click on cancel,
  18.       be ok with the order and then got the error : Genie stops due to error:
  19.       Error return from function.                                 
  20. S : - Should not ask to be ok if there is only one box to put to front.
  21.  
  22. ImporteBitmapEchelle1:
  23. M : Mostly rewritten to ask the user for an iff viewer, to save this
  24.     information in a config file, to use the viewer to see the picture to
  25.     import, to ask the user if the image is ok for importation.
  26.  
  27. HistogrammeHorizontal & HistogrammeVertical :
  28. B : Don't handle correctly negatives datas.
  29. S : should handle negatives datas, ask and put a title for the barchart.
  30.  
  31. Camembert :
  32. S : Should ask for a title to put on the pie chart
  33.  
  34. CopierEtRépéterDeLuxe :
  35. B : Doesn't work if linking is on and the box is not text type
  36. S : Should test if box is text type before linking
  37.  
  38. TraitementFichierASCII
  39. M : Have put the part that replace " by ¹ in comment
  40. S : Should not delete " or replace it by ¹, because in France we use "
  41. Q : Why does it replace " by ¹ or delete "?
  42. M : add code to cut line of -----
  43. B : rows of tab aren't cut by \127 instead of this the text 127 is
  44.     written. 
  45. M : replace \127 by a space. But if the number of tabs in a line is
  46.     greater than the number of tabs in the box, it does not cut the row
  47. Q : is \127 a controle code for PPage ?
  48. M : change place of the space char in +++, ---,***,===, cutter code to
  49.     make the lines look better.
  50.  
  51. CouleurBoîteTexte&Marges
  52. M : line 53 to 58 : asks the user if he wants the border the same color than 
  53.     the box or not. If not ask for a color for the border.
  54.     line 69 use the results of the modification above.
  55.  
  56. PosisitionGrille :
  57. B : line 37 & 44 : if xpos <= 2.0 or ypos <= 2.0 these variables aren't 
  58.     defined.
  59. M : added else statement to put a value in xpos and ypos when they
  60.     aren't > 2.0
  61.  
  62. TexteSauteur :
  63. B : delete the last char when replacing text
  64. M : line 96 : added "+1" to "do until position = texts.i.endofsection"
  65.     to avoid the bug above
  66. M : added code to ask and save in a config file where to put temp files
  67.  
  68. TexteMulticolor :
  69. M : added code to ask and save in a config file where to put temp files
  70.  
  71. ImprimePageAvecPost :
  72. M : added code to ask and save in a config file where to put temp files
  73.     and where to find post
  74.  
  75. ImprimeAvecPost :
  76. M : idem above
  77.  
  78. AligneTexteSurGrille :
  79. S : Should really put text to grid. (the text is not really on the grid,
  80.     it has only the spacing of the grid)
  81.  
  82. -----------------------------------------------------------------------------
  83.  
  84. Here is the list of the Genie which aren't translated and why :
  85.  
  86. Booklet : I can't understand how to design the document with PPage and
  87.           how to print it (I use post). I have try many times in many ways
  88.           but each time the page were in wrong (or strange) order. Please
  89.           help ! (How about a PPage file you design ?)
  90.  
  91. FitBitmapToBox : Does the same things than FitBitmapToBoxes, doesn't it ?
  92.  
  93. ILBMsUsingPost : there seems to be a bug in Post v1.86enh with creating
  94.                  ILBMs under WB2.04. So I can't see any result.
  95.  
  96. MailMerge2 : I can't see any difference with MailMerge. What do you mean
  97.              with "closed up blank lines" ? Can you give an example of datas
  98.              and a PPage File to show the differences ?
  99.  
  100. PrintPScollated : What does collated mean ? 
  101.  
  102. PrintToLaserJetUsingPost : I have no Laserjet to test the translated
  103.                            version so I don't translate it.
  104.  
  105. StyleTagsCreateSingle : there is a bug. Here is the description  :
  106.                         create a page, a box. Write some text in the box,
  107.                         select it and run the Genie. When it ends, keep the
  108.                         text selected and re-run it, then you should have
  109.                         ARexx telling you : Error 18 line 131 : Invalid 
  110.                         argument to function.
  111.